Learn R Programming

DDPM (version 0.1.0)

Number of occurrences: A data set of size n = 262 concerning the number of times that the word may appear per block

Description

The function gives the number of times that the word may appear per block.

Usage

data_block

Value

data_block gives the number of times that the word may appear per block.

Arguments

data_block

A vector of (non-negative integer) count values.

Author

Muhammad Imran

R implementation and documentation: Muhammad Imran imranshakoor84@yahoo.com.

Details

A data set of size n = 262 concerns the number of times that the word may appear per block in papers by James Madison. It was used by Conigliani et al. (2000) and underlined the Bayesian assessment of goodness of fit against nonparametric alternatives.

References

Conigliani, C., Castro, J. I., & O'Hagan, A. (2000). Bayesian assessment of goodness of fit against nonparametric alternatives. Canadian Journal of Statistics, 28(2), 327-342.

Examples

Run this code
x<-data_block
summary(x)
table (x)

Run the code above in your browser using DataLab